pp108 : Delete BusObject SOAP Request

Delete BusObject SOAP Request

This topic describes the Delete BusObject SOAP request.


The Delete BusObject SOAP request is used to delete data from the database. The SOAP request is an XML structure, whereas the actual implementation of the request is through a Java method.

When the request is sent to WS-AppServer, it triggers a series of events. This is illustrated in the following figure.

Deleting BusObjects without Loading them from Database


As an alternative approach, you can delete BusObjects without sending a request to the database. The procedure to delete a BusObject is similar to the update procedure. After you change the state of the BusObject to LC (Loaded + Changed), you can delete the object from the database by using the delete method.
For further information on this SOAP API, refer to the WS-AppServer SDK.
Note: WS-AppServer facilitates using some of the XQY extensions while executing these requests. For more information, see Leveraging XQY Extensions in WS-AppServer.

Related reference

Working with SOAP Requests and Responses
Insert BusObject SOAP Request
Update BusObject SOAP Request
Query BusObject SOAP Request
Validate BusObject SOAP Request
Workflow of Committing Transactions
DeleteObject